Release 10.1A: OpenEdge Application Server:
Developing AppServer Applications
Handling asynchronous request results
OpenEdge allows your application to handle asynchronous request results using an event procedure that executes in response to a
PROCEDURE-COMPLETEevent. As with other Progress 4GL events, this event is handled in the context of the nextPROCESSEVENTSstatement or blocking I/O statement (such asWAIT-FOR) following the activation of thePROCEDURE-COMPLETEevent.The asynchronous event procedure returns any results from the request to its own context block using appropriate input parameters that you define according to the signature of the remote procedure that you invoke asynchronously. Because the event procedure signature must correspond to the signature of the remote procedure, you typically must define a unique event procedure to handle the results for each remote procedure that you call asynchronously.
The timing and availability of asynchronous request results is, of course, variable. However, the order of the results returned for multiple asynchronous requests differs markedly, depending on the application session model and implementation, as described in the following sections.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |